home *** CD-ROM | disk | FTP | other *** search
- VocabularyControl = {
- ACTIONS = {
- browserClick:;
- browser:;
- windowDidBecomeKey:;
- };
- OUTLETS = {
- cursor;
- target;
- findPanel;
- browser;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- FindPanel = {
- ACTIONS = {
- doRefine:;
- doFind:;
- };
- OUTLETS = {
- findField;
- refineButton;
- findButton;
- browser;
- };
- SUPERCLASS = Panel;
- };
- CalendarView = {
- ACTIONS = {
- dateChanged:;
- dayChanged:;
- };
- OUTLETS = {
- delegate;
- buttonFont;
- yearPl;
- cellFont;
- monthButton;
- monthMatrix;
- monthPl;
- yearButton;
- dayLabelMatrix;
- };
- SUPERCLASS = View;
- };
- MainDelegate = {
- ACTIONS = {
- appDidInit:;
- windowWillDisappear:;
- dateDidChange:;
- popFindPanel:;
- popTopicPanel:;
- popChooser:;
- appWillTerminate:;
- };
- OUTLETS = {
- topicBrowser;
- topicPanel;
- mainStore;
- windows;
- findPanel;
- chooser;
- calView;
- cursor;
- };
- SUPERCLASS = Object;
- };
-